home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Next Step: Mars?
/
Next Step Mars (1994)(IVI).iso
/
wwii.dir
/
00116_Script_116
< prev
next >
Wrap
Text File
|
1994-11-29
|
382b
|
16 lines
on exitFrame
global CAPSULEGlow
set the cursor of sprite 3 to 0
set the cursor of sprite 4 to 0
set the cursor of sprite 20 to 0
set the cursor of sprite 23 to 0
updateStage
if CAPSULEGlow = 0 then
go to frame "PASSWORD2" OF MOVIE "MODLE3B"
else
if CAPSULEGlow = 1 then
go to frame "PASSWORD1" OF MOVIE "MODLE3B"
end if
end if
end